subroutine

subroutine
= SUB
подпрограмма
в программировании - именованный набор команд, выполняющий некоторое действие. Подпрограмма может быть вызвана из разных точек программы, может получать данные (обычно в виде списка параметров) и возвращать результаты своей работы. Специальным видом подпрограмм являются функции. Разбиение программы на подпрограммы является общим приёмом, позволяющим уменьшить объём кода и, главное, упростить структуру программы. Подпрограммы могут быть сгруппированы в библиотеки подпрограмм (subroutine library). В ЯВУ существуют различающиеся правила объявления подпрограмм, так в языке Java подпрограмма должна объявляться только внутри какого-либо класса (см. class). В ООП принадлежащая классу подпрограмма называется методом (method).
Syn:

Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. . 1998-2007.

Игры ⚽ Поможем написать курсовую

Полезное


Смотреть что такое "subroutine" в других словарях:

  • subroutine — sub‧rou‧tine [ˌsʌbruːˈtiːn] noun [countable] COMPUTING a part of a computer program containing a set of instructions that will be followed every time the main program calls for it. This is used when the same small job may need to be done several… …   Financial and business terms

  • subroutine — /ˈsabrutin, ingl. ˈsʌbruːˌtiːn/ [vc. ingl., propr. «sottoprogramma»] s. f. inv. (elab.) sottoprogramma …   Sinonimi e Contrari. Terza edizione

  • subroutine — ► NOUN Computing ▪ a set of instructions designed to perform a frequently used operation within a program …   English terms dictionary

  • subroutine — [sub΄ro͞o tēn′] n. a set of instructions, appearing once within a computer program but available for repeated use, for performing a specific task …   English World dictionary

  • Subroutine — In computer science, a subroutine (function, method, procedure, or subprogram) is a portion of code within a larger program, which performs a specific task and can be relatively independent of the remaining code. The syntax of many programming… …   Wikipedia

  • subroutine — paprogramis statusas T sritis automatika atitikmenys: angl. computer subroutine; subprogram; subroutine vok. Rechner Subroutine, f; Unterprogramm, n rus. подпрограмма, f pranc. sous programme, m; sous routine, f …   Automatikos terminų žodynas

  • subroutine — UK [ˈsʌbruːˌtiːn] / US [ˈsʌbruˌtɪn] noun [countable] Word forms subroutine : singular subroutine plural subroutines computing a small part of a computer program that does one specific job …   English dictionary

  • Subroutine — Ein Unterprogramm oder eine Subroutine ist ein Teil eines Programmes, der aus gegebenenfalls mehreren anderen Programmteilen heraus gerufen werden kann und nach Abschluss der Abarbeitung jeweils in das aufrufende Programm wieder zurückkehrt. Je… …   Deutsch Wikipedia

  • Subroutine — eingebettetes Unterprogramm; geschachteltes Unterprogramm; Unterroutine; untergeordnete Routine * * * Subroutine   [engl.], eine kleine Routine, vergleichbar der Stellung eines Unterprogramms zu einem Programm …   Universal-Lexikon

  • subroutine — paprogramė statusas T sritis informatika apibrėžtis Savarankiška programos dalis, vykdoma iškvietus ją ↑kreipiniu. Paprogramių tipai: ↑funkcija (3), ↑procedūra, ↑modulis (1). atitikmenys: angl. subroutine ryšiai: dar žiūrėk – funkcija dar žiūrėk… …   Enciklopedinis kompiuterijos žodynas

  • subroutine library — paprogramių biblioteka statusas T sritis automatika atitikmenys: angl. subroutine library vok. Unterprogrammbibliothek, f rus. библиотека подпрограмм, f pranc. bibliothèque des programmes, f; bibliothèque des sous programmes, f …   Automatikos terminų žodynas


Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»